Intel Edison Projects by Avirup Basu
Author:Avirup Basu
Language: eng
Format: epub, pdf
Tags: COM041000 - COMPUTERS / Microprocessors, COM067000 - COMPUTERS / Hardware / General, COM051310 - COMPUTERS / Programming Languages / C#
Publisher: Packt Publishing
Published: 2017-05-29T05:11:34+00:00
Arduino expansion board components
Connect the Intel Edison to the Micro B USB for serial interface to your PC.
Some of the steps were covered in Chapter 1, Setting up Intel Edison; however, we'll show all the steps from the beginning. Open your PuTTY console and log in to your device. Use the configure_edison -wifi to connect to your Wi-Fi network.
Initially, we'll add AlexT's unofficial opkg repository. To add this, edit the /etc/opkg/base-feeds.conf file.
Add these lines to the preceding file:
src/gz all http://repo.opkg.net/edison/repo/all
src/gz edison http://repo.opkg.net/edison/repo/edison
src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32
To do that, execute the following command:
echo "src/gz all http://repo.opkg.net/edison/repo/all
src/gz edison http://repo.opkg.net/edison/repo/edison
src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32" >> /etc/opkg/base-feeds.conf
Update the package manager:
opkg update
Install git using the package manager:
opkg install git
We will now install Edison helper scripts to simplify things a bit:
First clone the package:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(26291)
Hello! Python by Anthony Briggs(25216)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(24446)
Kotlin in Action by Dmitry Jemerov(23536)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(22880)
Dependency Injection in .NET by Mark Seemann(22667)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(21432)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(20273)
Grails in Action by Glen Smith Peter Ledbrook(19343)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(17056)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(16366)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(14077)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(12255)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(11533)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10645)
Hit Refresh by Satya Nadella(9221)
The Kubernetes Operator Framework Book by Michael Dame(8579)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8432)
Robo-Advisor with Python by Aki Ranin(8376)